<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
@media (min-width: 1680px) { .container { max-width: 1420px; } }
.gradient-bg { background-image: -moz-linear-gradient(146deg, #f48506 0%, #ffbc00 100%); background-image: -webkit-linear-gradient(146deg, #f48506 0%, #ffbc00 100%); background-image: -ms-linear-gradient(146deg, #f48506 0%, #ffbc00 100%); }

@keyframes gradientBG { 0% { background-size: 200% 200%; background-position-x: 100%; }
  50% { background-size: 200% 200%; background-position-x: 0%; }
  100% { background-position-x: -100%; background-size: 200% 200%; } }
.gradient-2 { background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); }

.gradient-text { display: inline-block; background-image: -moz-linear-gradient(146deg, #f48506 0%, #ffbc00 100%); background-image: -webkit-linear-gradient(146deg, #f48506 0%, #ffbc00 100%); background-image: -ms-linear-gradient(146deg, #f48506 0%, #ffbc00 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.gradient-text:hover { background-size: 150%; }

.gradient-text-2 { background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gradient-text-2:hover { background-size: 150%; -webkit-animation: gradientBG 2s ease-out infinite; -o-animation: gradientBG 2s ease-out infinite; animation: gradientBG 2s ease-out infinite; }

.bg { background-color: #f7f8fa; }

.btn-zy { display: block; width: 180px; text-align: center; font-size: 20px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-size: 200%; }
.btn-zy:hover { background-position: 100% 0; }

.jwplayer { background: transparent !important; }

.ratio-index-service { --mdb-aspect-ratio: calc(31 / 65 * 100%); }
@media (max-width: 991.98px) { .ratio-index-service { --mdb-aspect-ratio: calc(9 / 16 * 100%) ; } }
@media (max-width: 575.98px) { .ratio-index-service { --mdb-aspect-ratio: calc(4 / 3 * 100%) ; } }

.ratio-index-cases { --mdb-aspect-ratio: calc(25 / 64 * 100%); }
@media (max-width: 767.98px) { .ratio-index-cases { --mdb-aspect-ratio: calc(4 / 3 * 100%); } }

.font-bahnschrift { font-family: bahnschrift; }

.color-blue { color: var(--theme-blue); display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.jw-controlbar { width: 100%; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; display: none; }
.popup-box::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.85); }
.popup-box .popup-wrapper { width: 73%; height: 100%; margin: 0 auto; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .popup-box .popup-wrapper { width: 100%; } }
.popup-box .popup-wrapper .popup-container { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.popup-box .popup-close { position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 5%; right: 5%; border: 1px solid var(--theme-color); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { content: ''; display: block; position: absolute; margin: auto; height: 1px; width: 45%; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.popup-box .popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popup-box .popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-box .popup-close:hover::before, .popup-box .popup-close:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.header { z-index: 99; box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.05); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; }
.header .header-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (min-width: 1199.98px) { .header .header-wrap { height: 100px; } }
.header .logo img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
@media (max-width: 991.98px) { .header .logo img { height: 56px; } }
.header .logo .logo-txt { display: none; padding-left: .5rem; border-left: 1px solid #e2e2e2; margin-left: .5rem; }
@media (min-width: 1680px) { .header .logo .logo-txt { display: block; } }
.header .logo .logo-txt .title { font-size: 24px; font-weight: bold; color: var(--theme-color); line-height: 1; display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.header .logo .logo-txt .desc { color: #666666; }
.header .header-tel .tel-icon svg path { fill: var(--theme-color); }
.header .header-tel .tel-info .tel-head { font-size: 12px; }
.header .header-tel .tel-info .tel-num { font-size: 24px; color: var(--theme-color); display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.header .header-tel span { font-size: 22px; color: #282828; font-weight: 100; display: inline-block; vertical-align: middle; margin-left: 10px; }
.header .nav { flex: 1 1 0%; }
@media (min-width: 1400px) { .header .nav { padding: 0 1.5rem; } }
.header .nav li { position: relative; flex: 1; }
.header .nav li::before { content: ''; display: inline-block; position: absolute; margin: auto; left: 0; right: 0; bottom: 0; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); border-bottom: 2px solid var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); height: 3px; width: 40px; }
.header .nav li &gt; a { display: block; position: relative; overflow: hidden; }
@media (min-width: 1440px) { .header .nav li &gt; a { padding: 0 1rem; } }
.header .nav li &gt; a span { display: block; -webkit-transition: transform .5s, opacity 1s; -moz-transition: transform .5s, opacity 1s; -ms-transition: transform .5s, opacity 1s; -o-transition: transform .5s, opacity 1s; transition: transform .5s, opacity .3s; }
.header .nav li &gt; a span.en { position: absolute; margin: auto; left: 0; right: 0; text-align: center; opacity: 0; }
.header .nav li .sub-nav { position: absolute; width: 140px; left: -50%; right: -50%; margin: auto; text-align: center; top: 100px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); }
.header .nav li .sub-nav dl { display: none; padding: 1rem 0; background: #fff; }
.header .nav li .sub-nav dl dd { line-height: 36px; margin: 0; font-size: 14px; }
.header .nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .nav li:hover &gt; a span.cn { -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-30px); opacity: 0; }
.header .nav li:hover &gt; a span.en { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity 0s; transition: transform .3s, opacity 0s; -webkit-transform: translateY(-25px); -moz-transform: translateY(-25px); -ms-transform: translateY(-25px); -o-transform: translateY(-25px); transform: translateY(-25px); opacity: 1; }
.header .nav li:hover .sub-nav { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.header .nav li:hover .sub-nav dl { display: block; }
.header.scroll_bottom { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
@media (min-width: 1199.98px) { .header.header-min .header-wrap { height: 70px; } }
@media (min-width: 992px) { .header.header-min .logo img { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } }
.header.header-min .nav li .sub-nav { top: 70px; }
@media (min-width: 1200px) { .header .container { max-width: 93%; } }

.dropdown-nav { position: absolute; width: 100%; height: 400px; display: none; background: url("../Image/dropdown-bg.jpg") top right no-repeat #fbfbfb; left: 0; overflow: hidden; z-index: 99; }
@media (max-width: 1199.98px) { .dropdown-nav { background-size: 50% 100%; } }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-rightbar { flex: 0 0 auto; width: 17%; position: relative; /*&amp;::before{ content: ''; display: block; position: absolute; width: 220%; height: 100%; top: 0; left: 0; background: #cad5dd;
}*/ }
.dropdown-nav .nav-rightbar .right-wrap { position: relative; z-index: 2; height: 100%; color: #ffffff; padding-left: 2rem; padding-bottom: 3rem; }
.dropdown-nav .nav-rightbar .right-wrap a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.dropdown-nav .nav-rightbar .right-wrap p { font-size: 26px; line-height: 2; }
.dropdown-nav .nav-rightbar .right-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-rightbar .right-wrap ul li a { font-size: 16px; line-height: 2.3; display: block; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.dropdown-nav .nav-rightbar .right-wrap ul li a:hover { opacity: .8; }
.dropdown-nav .nav-rightbar .right-wrap ul li a:hover::after { content: ''; }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 83%; }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap { padding-right: 10%; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { color: #333; padding-top: 1rem; font-size: 28px; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-desc { line-height: 2; color: #666666; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul { margin-top: 1rem; width: 75%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li { line-height: 2; padding: 1rem .5rem; border-bottom: 1px solid #eeeeee; margin-right: 20px; flex: 0 0 auto; width: 35%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 12px; width: 5px; height: 5px; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); border-radius: 50%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a { display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; vertical-align: middle; flex: 1; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media (max-width: 1199.98px) { .dropdown-nav .nav-rightbar { width: 27%; }
  .dropdown-nav .nav-container { width: 73%; } }
@media (max-width: 1399.98px) { .dropdown-nav .nav-rightbar { width: 20%; }
  .dropdown-nav .nav-container { width: 80%; } }

.more-icon { width: 40px; height: 40px; margin: auto; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background: #eee; border-radius: 50%; top: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more-icon svg { width: 40%; height: 40%; fill: #666; }
.more-icon:hover { background-color: var(--theme-color); }
.more-icon:hover svg { fill: #ffffff; }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

.menu-icon { width: 80px; height: 80px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { z-index: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 60px; left: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.mobile-nav .nav-wrap { padding: 1rem 2rem; height: 100%; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl a { color: #f8f8f8; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dl dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dl dd { display: none; padding-left: 1rem; }
.mobile-nav dl dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; opacity: .7; vertical-align: middle; display: inline-block; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt.has-child a { color: var(--theme-color); }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu.header { background-color: rgba(255, 255, 255, 0.95); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.sbanner { height: 500px; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; }
@media (min-width: 1680px) { .sbanner { padding-top: 80px; } }
@media (max-width: 767.98px) { .sbanner { height: 420px; } }
@media (max-width: 575.98px) { .sbanner { height: 320px; } }
.sbanner .sbanner-name { font-size: 26px; color: #ffffff; }
.sbanner .sbanner-name span { margin-right: 1rem; font-family: lovelo; font-size: 52px; font-style: italic; }
@media (max-width: 767.98px) { .sbanner .sbanner-name span { font-size: 42px; } }

@media (max-width: 991.98px) { .banner-swiper { --swiper-navigation-size:32px ; } }
.banner-swiper .banner-item .overlay { background-color: rgba(0, 0, 0, 0.5); }
@media (min-width: 992px) { .banner-swiper .banner-item .overlay { padding-top: 10%; } }
.banner-swiper .banner-item .overlay .overlay-img { width: 90%; margin: 0 auto; }
@media (max-width: 575.98px) { .banner-swiper .banner-item .overlay .overlay-img { max-width: 75%; margin: 0 auto; } }
.banner-swiper .banner-item .overlay .contact-btn { padding: 0.5rem 1.5rem; color: #fff; border-radius: 5rem; font-size: 14px; }
@media (min-width: 1200px) { .banner-swiper .banner-item .overlay .contact-btn { font-size: 20px; width: 180px; line-height: 50px; display: block; padding: 0; margin: 0 auto; } }

.backTop { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }

.footer { font-size: 14px; }
.footer .footer-nav { padding: 3% 0 2%; }
.footer .footer-nav dl { flex: 0 0 auto; padding: 0 24px; margin: 0; position: relative; width: calc( 100% / 5); }
.footer .footer-nav dl dt { font-weight: normal; line-height: 42px; }
.footer .footer-nav dl dt i { display: inline-block; width: 1px; height: 16px; background-color: #b1b1b1; position: absolute; margin: auto; top: 13px; left: 0; }
.footer .footer-nav dl dt i::before { content: ''; display: block; position: absolute; height: 3px; width: 100%; bottom: 15%; background-color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-nav dl dt a { font-size: 16px; color: #333333; }
.footer .footer-nav dl dd { margin-bottom: 0; line-height: 32px; }
.footer .footer-nav dl a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.footer .footer-nav dl a:hover { color: #666666; }
.footer .footer-nav dl:hover dt a { color: var(--theme-color); }
.footer .footer-nav dl:hover dt i::before { bottom: 65%; }
.footer .footer-nav dl.contact { width: unset; padding-right: 0; }
.footer .footer-nav dl.contact .tel-num { font-size: 24px; color: var(--theme-color); }
.footer .qrcodes .qrcode-item { margin: 0 0.2rem; position: relative; }
.footer .qrcodes .qrcode-item .w-popover { z-index: 9; display: none; position: absolute; width: 150px; height: 150px; left: -500px; right: -500px; bottom: 130%; margin: auto; border: 1px solid #eee; background: #fff; padding: 10px; }
.footer .qrcodes .qrcode-item .w-popover img { max-width: 100%; }
.footer .qrcodes .qrcode-item .qrcode-icon { display: block; width: 30px; height: 30px; }
.footer .qrcodes .qrcode-item .qrcode-icon svg { width: 100%; height: 100%; }
.footer .qrcodes .qrcode-item:hover .w-popover { display: block; -webkit-animation: fadeInUp .5s; -o-animation: fadeInUp .5s; animation: fadeInUp .5s; }
.footer .qrcodes .qrcode-item:hover .w-popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; }
.footer .qrcodes .qrcode-item:hover .w-popover .popover-arrow::after, .footer .qrcodes .qrcode-item:hover .w-popover .popover-arrow::before { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }
.footer .qrcodes .qrcode-item:hover .w-popover-auto[data-popper-placement^=top] &gt; .popover-arrow { bottom: calc(-0.5rem - 1px); left: 0; right: 0; margin: auto; }
.footer .qrcodes .qrcode-item:hover .w-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before, .footer .qrcodes .qrcode-item:hover .w-popover-top &gt; .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(168, 168, 168, 0.25); }
.footer .fav-link { font-size: 14px; }
.footer .fav-link span a { padding: 0 .5rem; color: #999999; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.footer .fav-link span a:hover { color: var(--theme-color); }
.footer .copyright { color: #666666; font-size: 14px; }
.footer .copyright a { color: #666666; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.footer .copyright a:hover { color: var(--theme-color); }

.location-box { background: #ffffff; border-bottom: 1px solid #f1f1f1; width: 100%; z-index: 102; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.location-box.fixed-top { box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.05); }
.location-box.scroll-up { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
.location-box .channel-nav li { position: relative; }
.location-box .channel-nav li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.location-box .channel-nav li.active::after, .location-box .channel-nav li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; -webkit-animation: gradientBG 1s ease-out infinite; -o-animation: gradientBG 1s ease-out infinite; animation: gradientBG 1s ease-out infinite; }
.location-box .channel-nav li.active a, .location-box .channel-nav li:hover a { display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-animation: gradientBG 1s ease-out infinite; -o-animation: gradientBG 1s ease-out infinite; animation: gradientBG 1s ease-out infinite; }
.location-box .channel-nav li::after { content: ''; height: 2px; display: block; position: absolute; width: 100%; left: 0; bottom: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }

/*首页*/
.section { padding: 2rem 0; }
.section .sec-head { text-align: center; position: relative; padding: 1rem 0; }
.section .sec-head::before { display: block; content: ''; height: 94px; line-height: 94px; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.section .sec-head .head-name { font-size: 36px; position: relative; z-index: 2; color: #222222; }
.section .sec-head .head-name::after { color: #a3a3a3; opacity: .08; content: attr(data-title); font-family: BEBAS; font-size: 56px; text-align: center; position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; display: block; height: 94px; line-height: 94px; }
@media (max-width: 767.98px) { .section .sec-head .head-name { font-size: 28px; } }
@media (max-width: 575.98px) { .section .sec-head .head-name::after { font-size: 32px; } }
.section .sec-head .head-desc { position: relative; z-index: 2; color: #999999; font-size: 14px; text-transform: uppercase; }
.section .sec-head.white .head-name { color: #ffffff; }
.section .sec-head.white .head-name::after { color: #ffffff; opacity: .02; }
.section .sec-head.bg .sec-head::after { color: #a3a3a3; opacity: .8; }
.section.sec-core .swiper-1 .item { text-align: center; background-color: #ffffff; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-core .swiper-1 .item .item-bg { background-color: #ffffff; overflow: hidden; }
.section.sec-core .swiper-1 .item .item-bg::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url("../Image/hover-bg.jpg") center center no-repeat; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(2.05); -webkit-transition: transform .3s, opacity .3s; -moz-transition: transform .3s, opacity .3s; -ms-transition: transform .3s, opacity .3s; -o-transition: transform .3s, opacity .3s; transition: transform .8s, opacity .3s; opacity: 0; }
.section.sec-core .swiper-1 .item .dot2-bg { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; background: url(../Image/bg-dot2.png) -35% -20% no-repeat, url(../Image/bg-dot2.png) 135% 120% no-repeat; opacity: .2; }
.section.sec-core .swiper-1 .item .item-wrap { padding: 10%; border-radius: 5px; }
.section.sec-core .swiper-1 .item .item-icon svg { width: 60px; height: 60px; }
.section.sec-core .swiper-1 .item .item-icon svg path { fill: #474747; }
.section.sec-core .swiper-1 .item .item-name { font-size: 24px; }
.section.sec-core .swiper-1 .item .item-desc { color: #d0d0d0; font-size: 12px; text-transform: uppercase; }
.section.sec-core .swiper-1 .item .item-content { color: #919191; line-height: 2; }
.section.sec-core .swiper-1 .item:hover {           /*-webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px);
 -webkit-transition-duration: .2s; -moz-transition-duration: .2s; -ms-transition-duration: .2s; -o-transition-duration: .2s; transition-duration: .2s;*/ }
.section.sec-core .swiper-1 .item:hover .item-wrap { -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; /*-webkit-box-shadow:  0 1px 22.5px 2.5px rgba(240, 130, 0, 0.5);
-moz-box-shadow:  0 1px 22.5px 2.5px rgba(240, 130, 0, 0.5);
box-shadow:   0 1px 22.5px 2.5px rgba(240, 130, 0, 0.5);*/ -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -ms-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; }
.section.sec-core .swiper-1 .item:hover .dot2-bg { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.section.sec-core .swiper-1 .item:hover .item-bg { webkit-transition: all .3s linear .15s; -moz-transition: all .3s linear .15s; -ms-transition: all .3s linear .15s; -o-transition: all .3s linear .15s; transition: all .3s linear .15s; background: #f58942; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); }
.section.sec-core .swiper-1 .item:hover .item-bg::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: .2; }
.section.sec-core .swiper-1 .item:hover .item-icon svg { -webkit-animation: swing 1s .5s; -o-animation: swing 1s .5s; animation: swing 1s .5s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; }
.section.sec-core .swiper-1 .item:hover .item-icon svg path { fill: #ffffff; }
.section.sec-core .swiper-1 .item:hover .item-content, .section.sec-core .swiper-1 .item:hover .item-name { color: #ffffff; }
.section.sec-core .swiper-1 .item:hover .item-desc { color: rgba(255, 255, 255, 0.3); }
.section.sec-core .sec-tips { color: #919191; line-height: 2; }
.section.sec-core .sec-tips .tel-num { font-size: 24px; display: inline-block; vertical-align: middle; }
.section.sec-service .service-box {       /*.box-head{ background-color: #f6f6f6; .head-wrap{ width: 100%; .item{ width: 20%; text-align: center; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; .item-wrap{ padding-top: 20px; overflow: hidden; position: relative; z-index: 2; } &amp;::before{ content: ''; position: absolute; background-color: var(--theme-color); width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: transform .3s linear .1s; -moz-transition: transform .3s linear .1s; -ms-transition: transform .3s linear .1s; -o-transition: transform .3s linear .1s; transition: transform .3s linear .1s; } &amp;::after{ content: ''; display: block; position: absolute; width: 0; height: 0; border: 10px solid transparent; border-top-color: var(--theme-color); margin: auto; left: 0; right: 0; bottom: -20px; -webkit-transition: transform .1s linear; -moz-transition: transform .1s linear; -ms-transition: transform .1s linear; -o-transition: transform .1s linear; transition: transform .1s linear; -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); } &amp;:not(:first-child){ border-left: 1px solid #e3e3e3; } .s-icon{ position: relative; img{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; } &amp;::after{ content: attr(data-title); position: absolute; left: 0; top: 0; width: 100%; margin: auto; font-family: Impact; color: #333333; opacity: .03; font-size: 50px; text-align: center; line-height: 1.5; text-transform: uppercase; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; } } .s-name{ line-height: 2; font-size: 22px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; } .s-bg{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: .2; position: absolute; margin: auto; &amp;.bg1{ left: -20%; top: -40%; } &amp;.bg2{ right: -20%; top: 45%; } } &amp;:hover{ -webkit-transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; background: var(--theme-color); .s-name{ color: #ffffff; } .s-icon{ img{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; filter: grayscale(100%) brightness(100); } &amp;::after{ color: #ffffff; opacity: .05; } }
 &amp;::before{ -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } &amp;::after{ -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } } } }*/ }
.section.sec-service .service-box .thumb-swiper.box-head { background-color: #f6f6f6; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap { width: 100%; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item { cursor: pointer; text-align: center; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .item-wrap { padding-top: 20px; overflow: hidden; position: relative; z-index: 2; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item::before { content: ''; position: absolute; background-color: var(--theme-color); background-image: -moz-linear-gradient(130deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(130deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(130deg, #e34b09 0%, #fca158 100%); width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: transform .3s linear .1s; -moz-transition: transform .3s linear .1s; -ms-transition: transform .3s linear .1s; -o-transition: transform .3s linear .1s; transition: transform .3s linear .1s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 10px solid transparent; border-top-color: #eb6622; margin: auto; left: 0; right: 0; bottom: -20px; -webkit-transition: transform .1s linear; -moz-transition: transform .1s linear; -ms-transition: transform .1s linear; -o-transition: transform .1s linear; transition: transform .1s linear; -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item:not(:first-child) { border-left: 1px solid #e3e3e3; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon { position: relative; height: 62px; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon::after { content: attr(data-title); position: absolute; left: 0; top: 0; width: 100%; margin: auto; font-family: Impact; color: #333333; opacity: .03; font-size: 50px; text-align: center; line-height: 1.5; text-transform: uppercase; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-name { line-height: 2; font-size: 22px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-bg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: .2; position: absolute; margin: auto; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-bg.bg1 { left: -20%; top: -40%; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-bg.bg2 { right: -20%; top: 45%; }
@media (max-width: 575.98px) { .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon { height: 40px; }
  .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon::after { font-size: 40px; }
  .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-name { font-size: 18px; }
  .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item.bg1, .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item.bg2 { width: 50%; } }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item { -webkit-transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item .s-name { color: #ffffff; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item .s-icon img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; filter: grayscale(100%) brightness(100); }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item .s-icon::after { color: #ffffff; opacity: .05; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item::before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item::after { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
@media (max-width: 1199.98px) { .section.sec-service .service-box .thumb-swiper.box-head { overflow: hidden; } }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img { background-color: #ffffff; overflow: hidden; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img img { -webkit-transition: opacity 1s,transform .5s; -moz-transition: opacity 1s,transform .5s; -ms-transition: opacity 1s,transform .5s; -o-transition: opacity 1s,transform .5s; transition: opacity 1s,transform .5s; opacity: .1; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay { z-index: 2; /*-webkit-transition: transform .5s;
-moz-transition: transform .5s;
-ms-transition: transform .5s;
-o-transition: transform .5s;
transition: transform .5s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);*/ opacity: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; -webkit-transform-origin: bottom right; -moz-transform-origin: bottom right; -ms-transform-origin: bottom right; -o-transform-origin: bottom right; transform-origin: bottom right; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-image: -moz-linear-gradient(130deg, #e76229 0%, #fca158 100%); background-image: -webkit-linear-gradient(130deg, #e76229 0%, #fca158 100%); background-image: -ms-linear-gradient(130deg, #e76229 0%, #fca158 100%); opacity: 0.941; z-index: 0; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap { height: 100%;                 /*background-image: -moz-linear-gradient( 0deg, rgb(243,124,8) 0%, rgb(255,187,0) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(243,124,8) 0%, rgb(255,187,0) 100%); background-image: -ms-linear-gradient( 0deg, rgb(243,124,8) 0%, rgb(255,187,0) 100%);
*/ position: relative; padding: 5% 6%; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief { color: #ffffff; font-size: 36px; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief .play-btn { vertical-align: middle; cursor: pointer; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief .play-btn .play-icon { width: 36px; height: 36px; fill: #ffffff; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief .play-btn:hover { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-desc { padding-top: 1rem; padding-bottom: 2rem; font-size: 18px; color: #ffffff; line-height: 2; border-bottom: 1px solid rgba(241, 172, 140, 0.5); }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-specs .icon-white img { width: 36px; height: 36px; filter: grayscale(100%) brightness(100); }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-specs .con { color: #ffffff; font-size: 18px; }
@media (max-width: 1199.98px) { .section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap { padding: 2% 4%; }
  .section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-desc { border-bottom: none; } }
@media (max-width: 575.98px) { .section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap { padding: 5% 3%; }
  .section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief { font-size: 26px; } }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .slide-video { -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); opacity: 0; z-index: 0; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .video-wrap { cursor: pointer; height: 100%; }
.section.sec-service .service-box .swiper-product .swiper-slide.swiper-slide-active .item-img img { opacity: 1; }
.section.sec-service .service-box .swiper-product .swiper-slide.swiper-slide-active:hover .item-img &gt; img { -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); }
.section.sec-service .service-box .swiper-product .swiper-slide.swiper-slide-active:hover .item-img .overlay { opacity: 1; }
.section.sec-service .service-box .swiper-product .swiper-slide.swiper-slide-active.playing .slide-video { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; z-index: 3; }
.section.sec-service .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; color: #fff; }
.section.sec-scenes .scenes-box { position: relative; }
.section.sec-scenes .scenes-box .scenes-bottom { position: absolute; width: 100%; --scenes_height:120px; height: var(--scenes_height); background-color: rgba(0, 0, 0, 0.7); bottom: 0; z-index: 2; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap { color: #ffffff; position: relative; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap::before { content: ''; display: block; background-color: var(--theme-color); background-image: -moz-linear-gradient(130deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(130deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(130deg, #e34b09 0%, #fca158 100%); position: absolute; bottom: 0; left: 0; height: 0; width: 100%; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-top { height: var(--scenes_height); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; position: relative; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-top .item-title { font-size: 18px; line-height: 2; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-top .item-en { font-size: 14px; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-bottom { color: #ffffff; border-top: 1px solid rgba(255, 255, 255, 0.3); position: absolute; width: 100%; bottom: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotateX(90deg) translateZ(-10px); -moz-transform: rotateX(90deg) translateZ(-10px); -ms-transform: rotateX(90deg) translateZ(-10px); -o-transform: rotateX(90deg) translateZ(-10px); transform: rotateX(90deg) translateZ(-10px); transform-origin: bottom; z-index: 2; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-bottom span { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 14px; opacity: .8; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-bottom svg { width: 24px; height: auto; }
.section.sec-scenes .scenes-box .scenes-bottom .item:hover .item-wrap:before, .section.sec-scenes .scenes-box .scenes-bottom .item.swiper-slide-thumb-active .item-wrap:before { height: 130%; border-radius: 5px  5px 0 0; }
.section.sec-scenes .scenes-box .scenes-bottom .item:hover .item-wrap .item-top, .section.sec-scenes .scenes-box .scenes-bottom .item.swiper-slide-thumb-active .item-wrap .item-top { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); }
.section.sec-scenes .scenes-box .scenes-bottom .item:hover .item-wrap .item-bottom, .section.sec-scenes .scenes-box .scenes-bottom .item.swiper-slide-thumb-active .item-wrap .item-bottom { -webkit-transform: rotateX(0) translateZ(0); -moz-transform: rotateX(0) translateZ(0); -ms-transform: rotateX(0) translateZ(0); -o-transform: rotateX(0) translateZ(0); transform: rotateX(0) translateZ(0); }
.section.sec-scenes .scenes-box .scenes-bottom .item:hover .item-wrap .item-bottom:hover span, .section.sec-scenes .scenes-box .scenes-bottom .item.swiper-slide-thumb-active .item-wrap .item-bottom:hover span { letter-spacing: 1px; }
.section.sec-about .about-container { padding: 4.65% 6.19%; position: relative; overflow: hidden; }
.section.sec-about .about-container::after { color: #282828; opacity: .02; content: attr(data-title); display: block; position: absolute; left: 0; bottom: -14%; font-size: 140px; font-family: bahnschrift; font-weight: bold; line-height: 1; text-transform: uppercase; }
@media (max-width: 1399.98px) { .section.sec-about .about-container::after { font-size: 120px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-container::after { border-bottom: -11%; font-size: 100px; } }
@media (max-width: 991.98px) { .section.sec-about .about-container::after { display: none; } }
.section.sec-about .about-container .about-top { background: #ffffff; padding: 4%; text-align: center; position: relative; }
.section.sec-about .about-container .about-top .about-desc { margin-top: 1rem; font-size: 24px; color: #1568b4; display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
@media (max-width: 575.98px) { .section.sec-about .about-container .about-top .about-desc { font-size: 18px; } }
.section.sec-about .about-container .about-top .about-content { font-size: 18px; color: #282828; opacity: .66; line-height: 2; }
@media (min-width: 1400px) { .section.sec-about .about-container .about-top .about-content { width: 80%; margin: 0 auto; } }
@media (max-width: 575.98px) { .section.sec-about .about-container .about-top .about-content { font-size: 16px; } }
.section.sec-about .about-container .about-top::before, .section.sec-about .about-container .about-top::after { content: ''; background: url("../Image/bg-dot.png") 0 0 repeat; position: absolute; opacity: .1; }
.section.sec-about .about-container .about-top::before { width: 120px; height: 120px; top: 0; left: 0; }
.section.sec-about .about-container .about-top::after { bottom: 0; right: 0; width: 120px; height: 100px; }
.section.sec-about .about-container .about-param { overflow: hidden; }
.section.sec-about .about-container .about-param .param-item { overflow: hidden; position: relative; padding-bottom: 20px; padding-top: 15px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-about .about-container .about-param .param-item:not(:last-child) .item-wrap::after { content: ''; display: block; width: 0; height: 100%; position: absolute; margin: auto; border-right: 1px solid #ededed; right: 0; top: 0; bottom: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.section.sec-about .about-container .about-param .param-item .item-wrap { position: relative; z-index: 2; padding-left: 25%; }
@media (max-width: 575.98px) { .section.sec-about .about-container .about-param .param-item .item-wrap { padding-left: 10%; } }
.section.sec-about .about-container .about-param .param-item .item-icon { padding: 10px 0; }
.section.sec-about .about-container .about-param .param-item .item-icon svg { width: 35px; height: auto; }
.section.sec-about .about-container .about-param .param-item .item-icon svg path { fill: #333333; }
.section.sec-about .about-container .about-param .param-item .item-name { font-weight: bold; color: #333333; }
.section.sec-about .about-container .about-param .param-item .item-desc { color: #999999; }
.section.sec-about .about-container .about-param .param-item::before, .section.sec-about .about-container .about-param .param-item::after { content: ''; display: block; position: absolute; margin: auto; width: 73px; height: 46px; }
.section.sec-about .about-container .about-param .param-item::before { top: 0; left: 0; background: url("../Image/bg-dot-white2.png") 0 0 no-repeat; }
.section.sec-about .about-container .about-param .param-item::after { bottom: 0; right: 0; background: url("../Image/bg-line-white.png") bottom right no-repeat; }
.section.sec-about .about-container .about-param .param-item:hover { background-color: var(--theme-color); background-image: -moz-linear-gradient(130deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(130deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(130deg, #e34b09 0%, #fca158 100%); }
.section.sec-about .about-container .about-param .param-item:hover .item-wrap::after { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); opacity: 0; }
.section.sec-about .about-container .about-param .param-item:hover .item-name { color: #ffffff; }
.section.sec-about .about-container .about-param .param-item:hover .item-desc { color: rgba(255, 255, 255, 0.6); }
.section.sec-about .about-container .about-param .param-item:hover .item-icon svg path { fill: #ffffff; }
@media (max-width: 575.98px) { .section.sec-about .sec-warp { padding: 0; }
  .section.sec-about .about-container { padding: 4.65% 0; } }
.section.sec-news { position: relative; }
.section.sec-news .sec-news-bg { height: 460px; background: url("../Image/news-bg.jpg") center/cover no-repeat fixed #000; position: absolute; width: 100%; left: 0; top: 0; }
.section.sec-partner .partner-box .item { overflow: hidden; }
.section.sec-partner .partner-box .item img { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-partner .partner-box .item .overlay { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; -webkit-transform: perspective(300) rotateX(-90deg); -moz-transform: perspective(300) rotateX(-90deg); -ms-transform: perspective(300) rotateX(-90deg); -o-transform: perspective(300) rotateX(-90deg); transform: perspective(300) rotateX(-90deg); opacity: 0; }
.section.sec-partner .partner-box:hover .item:not(:hover) img { filter: grayscale(0.9); }
.section.sec-partner .partner-box:hover .item:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }

.gradient-circle { width: 100%; height: 100%; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); border-radius: 50%; padding: 10px; position: relative; }
.gradient-circle::before { content: ''; display: block; width: 100%; height: 100%; background: #fff; border-radius: 50%; }

.ratio-video { --mdb-aspect-ratio: calc(367 / 649 *100%); }

.in-section { padding: 3rem 0; }
.in-section .sec-head .head-name { position: relative; }
.in-section .sec-head .head-name .circle { width: 60px; height: 60px; position: relative; }
.in-section .sec-head .head-name .circle .gradient-circle { opacity: .2; }
.in-section .sec-head .head-name .cn-name { font-size: 36px; font-weight: bold; color: #333333; position: relative; transform: translateX(-30px); padding-right: 2rem; }
.in-section .sec-head .head-name .cn-name::after { content: ''; height: 2px; width: 3rem; display: block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); position: absolute; margin: auto; top: 0; bottom: 0; right: 0; transform: translateX(40px); -webkit-animation: gradientBG 2s ease-out infinite; -o-animation: gradientBG 2s ease-out infinite; animation: gradientBG 2s ease-out infinite; }
@media (max-width: 575.98px) { .in-section .sec-head .head-name .cn-name { font-size: 28px; } }
.in-section .sec-head .head-name .en-name { color: #666666; font-size: 18px; text-transform: uppercase; }
@media (max-width: 767.98px) { .in-section .sec-head .head-name .en-name { display: none; } }
.in-section .sec-more { display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
@media (min-width: 992px) { .in-section .sec-more::before { content: ''; height: 2px; width: 2.5rem; display: inline-block; vertical-align: middle; margin-right: .5rem; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); } }
.in-section.sec-about .about-content { line-height: 2; }
.in-section.sec-about .about-content p { margin-bottom: 1rem; }
@media (min-width: 1680px) { .in-section.sec-about .about-video-box { width: 650px; } }
.in-section.sec-about .about-video-box .video-wrap .video-line { position: absolute; top: -20px; left: -10px; width: 90%; }
.in-section.sec-about .about-video-box .video-wrap .video-bg { position: relative; width: 100%; }
.in-section.sec-about .about-video-box .video-wrap .play-btn { position: absolute; width: 72px; height: 72px; margin: auto; top: 0; bottom: 0; left: 0; right: 0; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); border-radius: 50%; box-shadow: 0px 15px 22.5px 2.5px rgba(0, 0, 0, 0.15); cursor: pointer; }
.in-section.sec-about .about-video-box .video-wrap .play-btn svg { width: 40px; height: 40px; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.in-section.sec-cultrue {     /*.box-item:hover ~ .box-item .cultrue-item{ .item-bg{
 -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: left; } }*/ }
.in-section.sec-cultrue .cultrue-item { --mdb-aspect-ratio: calc(12 / 11 * 100%); position: relative; background-color: #f7f8fa; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 5px; overflow: hidden; }
.in-section.sec-cultrue .cultrue-item .item-bg { background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.in-section.sec-cultrue .cultrue-item .item-bg::after { content: ''; background: url("../Image/bg-dot-white.png"); opacity: .15; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.in-section.sec-cultrue .cultrue-item .item-wrap { padding: 12% 14%; height: 100%; }
.in-section.sec-cultrue .cultrue-item .item-wrap .item-head .cn-name { color: #4d4d4d; font-size: 24px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (max-width: 575.98px) { .in-section.sec-cultrue .cultrue-item .item-wrap .item-head .cn-name { font-size: 20px; } }
.in-section.sec-cultrue .cultrue-item .item-wrap .item-head .cn-name::after { content: ''; display: inline-block; width: 1rem; vertical-align: middle; height: 2px; background: CurrentColor; margin-left: .625rem; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.in-section.sec-cultrue .cultrue-item .item-wrap .item-head .en-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #d0d0d0; font-size: 12px; text-transform: uppercase; }
.in-section.sec-cultrue .cultrue-item .item-wrap .item-content { font-size: 18px; margin-top: 1rem; }
@media (min-width: 1400px) { .in-section.sec-cultrue .cultrue-item .item-wrap .item-content { margin-top: 1.5rem; } }
@media (max-width: 575.98px) { .in-section.sec-cultrue .cultrue-item .item-wrap .item-content { font-size: 16px; } }
.in-section.sec-cultrue .cultrue-item .item-wrap::after { content: attr(data-id); font-family: bahnschrift,BEBAS; font-weight: bold; color: #d0d0d0; opacity: .13; line-height: 1; position: absolute; font-size: 260px; right: 10px; bottom: 0; height: 40%; overflow: hidden; }
@media (max-width: 575.98px) { .in-section.sec-cultrue .cultrue-item { --mdb-aspect-ratio: calc(1 / 2 * 100%); }
  .in-section.sec-cultrue .cultrue-item .item-wrap { padding: 8%; }
  .in-section.sec-cultrue .cultrue-item .item-wrap::after { font-size: 150px; } }
.in-section.sec-cultrue .cultrue-item:hover { color: #ffffff; }
.in-section.sec-cultrue .cultrue-item:hover .item-bg { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.in-section.sec-cultrue .cultrue-item:hover * { color: #ffffff !important; }
.in-section.sec-history { position: relative; }
.in-section.sec-history::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; background: url("../Image/bg-dot.png") #f7f8fa; width: 100%; height: 100%; opacity: .04; }
.in-section.sec-history .swiper-history { position: relative; }
.in-section.sec-history .swiper-history .history-item { padding: 3rem 0; }
.in-section.sec-history .swiper-history .history-item .item-wrap { padding-left: 20px; border-left: 1px solid #dedede; }
.in-section.sec-history .swiper-history .history-item .item-year { position: relative; }
.in-section.sec-history .swiper-history .history-item .item-year::before { content: attr(data-title); position: absolute; font-size: 80px; color: #282828; opacity: .04; text-align: center; line-height: 1; top: 0; text-transform: uppercase; font-weight: bold; }
.in-section.sec-history .swiper-history .history-item .item-year .year-num { line-height: 2; font-size: 45px; font-family: bahnschrift; color: var(--theme-color); }
.in-section.sec-history .swiper-history .history-item .item-content { color: #666666; line-height: 2; }
.in-section.sec-history .swiper-history::after { display: block; height: 13px; content: ''; background: url("../Image/rule-bg.png") left center repeat-x; position: absolute; left: 0; bottom: 0; width: 100%; }
.in-section .swiper-news .news-item { margin-bottom: 50px; margin-top: 50px; background-color: #fff; }
@media (max-width: 1199.98px) { .in-section .swiper-news .news-item { margin-bottom: 30px; margin-top: 30px; } }
@media (max-width: 575.98px) { .in-section .swiper-news .news-item { margin-bottom: 10px; margin-top: 10px; } }
.in-section .swiper-news .news-item .item-wrap { box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03); -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); }
.in-section .swiper-news .news-item .item-img { overflow: hidden; }
.in-section .swiper-news .news-item .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.in-section .swiper-news .news-item .item-img .item-time { position: absolute; width: 170px; height: 48px; text-align: center; line-height: 48px; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); color: #ffffff; bottom: 0; left: 0; }
@media (max-width: 575.98px) { .in-section .swiper-news .news-item .item-img .item-time { width: 120px; height: 36px; line-height: 36px; } }
.in-section .swiper-news .news-item .item-caption { padding-top: 1.5rem; padding-left: 2.2rem; padding-right: 2.2rem; padding-bottom: 0.5rem; }
@media (max-width: 575.98px) { .in-section .swiper-news .news-item .item-caption { padding: .5rem 1rem; } }
.in-section .swiper-news .news-item .item-name { font-size: 20px; }
.in-section .swiper-news .news-item .item-desc { line-height: 2; color: #999999; }
.in-section .swiper-news .news-item .item-foot { border-top: 1px dashed #e8e8e8; }
.in-section .swiper-news .news-item .item-foot::before { content: ''; width: 2rem; height: 2px; background-color: var(--theme-color); background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); display: inline-block; vertical-align: middle; margin-right: 10px; }
.in-section .swiper-news .news-item .item-foot a { color: var(--theme-color); display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; text-transform: uppercase; }
.in-section .swiper-news .news-item:hover .item-img img { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
.in-section .swiper-news .news-item:hover .item-name a { color: var(--theme-color); }
.in-section .swiper-news .news-item:hover .item-foot::before { animation: gradientBG 3s ease infinite; }
.in-section .swiper-news .news-item:hover .item-foot a { animation: gradientBG 3s ease infinite; }
.in-section.sec-adv .adv-box .adv-item { position: relative;         /*&amp;:nth-child(odd){ .item-wrap{ .item-icon{ .icon-wrap{ .icon-top{ top: -4px; left: -4px; } .icon-bottom{ bottom: 2px; right: 2px; } } } }
 }*/ /*&amp;:nth-child(even){ .item-wrap{ .item-icon{ .icon-wrap{ .icon-top{ top: -4px; right: -4px; } .icon-bottom{ bottom: 2px; left: 2px; } } } }
}*/ }
.in-section.sec-adv .adv-box .adv-item .item-wrap { padding: 1.3rem 2.3rem; border: 1px solid #f1f1f1; margin-top: -1px; margin-left: -1px; position: relative; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon { position: relative; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon .icon-wrap { z-index: 1; position: relative; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon .icon-wrap .icon-top { position: absolute; top: -4px; left: -4px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon .icon-wrap .icon-bottom { position: absolute; bottom: 2px; right: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon .icon-wrap .icon-big { position: relative; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon::after { display: block; content: attr(data-id); font-family: bahnschrift; color: #ffffff; font-size: 40px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; z-index: 2; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-info { line-height: 2; color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-adv .adv-box .adv-item::before, .in-section.sec-adv .adv-box .adv-item::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.in-section.sec-adv .adv-box .adv-item::before { background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); }
.in-section.sec-adv .adv-box .adv-item::after { background: url("../Image/bg-dot-white.png"); opacity: .15; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.in-section.sec-adv .adv-box .adv-item:hover::before, .in-section.sec-adv .adv-box .adv-item:hover::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.in-section.sec-adv .adv-box .adv-item:hover .item-wrap .item-icon .icon-wrap { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.in-section.sec-adv .adv-box .adv-item:hover .item-wrap .item-icon .icon-wrap .icon-top { top: -4px; right: -4px; left: auto; }
.in-section.sec-adv .adv-box .adv-item:hover .item-wrap .item-icon .icon-wrap .icon-bottom { bottom: 2px; left: 2px; right: auto; }
.in-section.sec-adv .adv-box .adv-item:hover .item-wrap .item-info { color: #ffffff; }

.news-list .item .item-wrap { -webkit-box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); -moz-box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap .item-img { background-color: #eaeaea; }
.news-list .item .item-wrap .item-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; line-height: 2; color: #000; font-size: 18px; }
.news-list .item .item-wrap .item-time { color: #939393; font-size: 14px; line-height: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap .icons svg { width: 34px; height: 34px; }
.news-list .item .item-wrap .icons svg path { fill: #747474; }
.news-list .item .item-wrap:hover { -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.news-list .item .item-wrap:hover .item-name { color: var(--theme-color); }
.news-list .item .item-wrap:hover .item-time { letter-spacing: 1px; }

.news-list-1 .first-news-item { border-bottom: 1px solid #f2f2f2; }
@media (min-width: 1200px) { .news-list-1 .first-news-item { padding: 2rem 0; } }
.news-list-1 .first-news-item .news-title { color: #282828; font-size: 26px; }
.news-list-1 .first-news-item .news-desc { color: #aaaaaa; line-height: 2; }
.news-list-1 .news-item::before { content: ''; display: block; width: 3px; height: 3px; background-color: #aaaaaa; margin-right: 1rem; }
.news-list-1 .news-item .news-title { width: calc(100% - 110px); font-size: 18px; }
.news-list-1 .news-item .news-time { font-size: 14px; color: #aaaaaa; width: 100px; }

.news-list-2 .news-item .item-wrap { box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03); -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); background-color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-2 .news-item .item-img .item-time { position: absolute; width: 170px; height: 48px; text-align: center; line-height: 48px; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); color: #ffffff; bottom: 0; left: 0; }
@media (max-width: 575.98px) { .news-list-2 .news-item .item-img .item-time { width: 120px; height: 36px; line-height: 36px; } }
.news-list-2 .news-item .item-caption { padding-top: 1.5rem; padding-left: 2.2rem; padding-right: 2.2rem; padding-bottom: 0.5rem; }
@media (max-width: 575.98px) { .news-list-2 .news-item .item-caption { padding: .5rem 1rem; } }
.news-list-2 .news-item .item-name { font-size: 20px; }
.news-list-2 .news-item .item-desc { line-height: 2; color: #999999; }
.news-list-2 .news-item .item-foot { border-top: 1px dashed #e8e8e8; }
.news-list-2 .news-item .item-foot::before { content: ''; width: 2rem; height: 2px; background-color: var(--theme-color); background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); display: inline-block; vertical-align: middle; margin-right: 10px; animation: gradientBG 3s ease infinite; }
.news-list-2 .news-item .item-foot a { color: var(--theme-color); display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; text-transform: uppercase; animation: gradientBG 3s ease infinite; }
.news-list-2 .news-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); }

.news-list-3 .news-item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-3 .news-item .news-time { width: 90px; }
.news-list-3 .news-item .news-time .date { font-size: 50px; line-height: 1; font-family: Bahnschrift; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-time .month { color: #999999; font-size: 14px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info { color: #333333; border-left: 1px solid #e8e8e9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-width: calc(100% - 90px); }
.news-list-3 .news-item .news-info .news-title { color: #333333; font-size: 18px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info .news-desc { color: #999999; font-size: 14px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item:hover .news-time .date { color: var(--theme-color); /*-webkit-animation: swing 1.5s;
-o-animation: swing 1.5s;
animation: swing 1.5s;*/ }
.news-list-3 .news-item:hover .news-info .news-title { color: var(--theme-color); }
.news-list-3 .news-item:hover .news-info .news-desc { color: #666666; }

.news-list-4 .news-item .news-time { font-size: 14px; color: #999999; line-height: 2; }
.news-list-4 .news-item:hover .news-time { color: #666666; }
.news-list-4 .news-item:hover .news-title { color: var(--theme-color); }

.video-list .video-item .item-wrap { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.video-list .video-item .item-wrap .item-img { overflow: hidden; }
.video-list .video-item .item-wrap .item-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.video-list .video-item .item-wrap .item-img .play-icon { position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 70px; height: 70px; }
.video-list .video-item .item-wrap .item-img .play-icon svg { width: 100%; height: auto; fill: #fff; }
.video-list .video-item .item-wrap .item-name { position: relative; }
.video-list .video-item .item-wrap .item-name a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.video-list .video-item .item-wrap .item-name::before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.video-list .video-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.video-list .video-item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.video-list .video-item:hover .item-wrap .item-name::before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }

.cases-page .main-body { background: #f7f7f7; padding-top: 7%; }

.cases-list .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-list .item .item-wrap .item-img { overflow: hidden; }
.cases-list .item .item-wrap .item-bottom { position: relative; }
.cases-list .item .item-wrap .item-bottom::before { content: ''; display: block; width: 5px; height: 20%; left: 0; position: absolute; bottom: 0; background: var(--theme-color); -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; }
.cases-list .item .item-wrap .item-bottom .bottom-left p { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-list .item .item-wrap .item-bottom .bottom-left p:nth-child(1) { color: #999999; font-size: 14px; }
.cases-list .item .item-wrap .item-bottom .bottom-left .title { font-size: 18px; color: #282828; }
.cases-list .item .item-wrap .item-bottom .bottom-right svg { width: 32px; height: 32px; fill: var(--theme-color); }
.cases-list .item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); }
.cases-list .item:hover .item-wrap .item-bottom::before { height: 100%; }
@media (min-width: 992px) { .cases-list.cases-list-ext .item:nth-child(even) { -webkit-transform: translateY(-30%); -moz-transform: translateY(-30%); -ms-transform: translateY(-30%); -o-transform: translateY(-30%); transform: translateY(-30%); } }

.w-image-list .item .item-wrap .item-name { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .5s; opacity: 0; -webkit-transform: translateY(-10%); -moz-transform: translateY(-10%); -ms-transform: translateY(-10%); -o-transform: translateY(-10%); transform: translateY(-10%); width: 90%; left: 0; right: 0; margin: auto; bottom: 10%; top: auto; position: absolute; height: auto; background: rgba(255, 255, 255, 0.9); }
.w-image-list .item:hover .item-wrap .item-name { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.w-image-list .w-hover-zoom::after { content: ''; display: block; position: absolute; z-index: 2; width: 100%; height: 100%; left: 0; top: 0; -webkit-box-shadow: inset 0 0 0 10px #f7f8fa; box-shadow: inset 0 0 0 10px #f7f8fa; -webkit-transition: .45s; -o-transition: .45s; transition: .45s; pointer-events: none; }
.w-image-list .w-hover-zoom:hover::after { -webkit-box-shadow: inset 0 0 0 0 #f7f8fa; box-shadow: inset 0 0 0 0 #f7f8fa; }

.news-video-container .video-wrapper { position: relative; }
.news-video-container .video-wrapper .video-thumb { position: relative; z-index: 2; display: none; }
.news-video-container .video-wrapper .player_wrapper { position: relative; top: 0; bottom: 0; left: 0; right: 0; }

.quick-contact-box { height: 300px; background: url("../Image/quick-bg.jpg") center/cover no-repeat; }
.quick-contact-box .tips { color: #ffffff; font-size: 20px; line-height: 3; }

.prolist-swiper .item { position: relative; }
.prolist-swiper .item .item-img { background: black; }
.prolist-swiper .item .item-img img { opacity: .3; }
.prolist-swiper .item .item-wrap { background-color: rgba(0, 0, 0, 0.55); position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #ffffff; }
.prolist-swiper .item .item-wrap .item-head .item-en-title { font-size: 24px; text-transform: uppercase; margin-bottom: 1rem; }
.prolist-swiper .item .item-wrap .item-head .item-cn-title { color: #ffffff; font-size: 44px; font-weight: bold; }
@media (max-width: 767.98px) { .prolist-swiper .item .item-wrap .item-head .item-cn-title { font-size: 36px; } }
.prolist-swiper .item .item-wrap .item-head .item-head-line { height: 5px; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); width: 70px; margin: 2rem auto; }
.prolist-swiper .item .item-wrap .item-content { font-size: 18px; opacity: .5; line-height: 2; }
.prolist-swiper .swiper-pagination { bottom: 5%; }
.prolist-swiper .swiper-pagination-bullet { height: 4px; width: 40px; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.prolist-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 60px; -webkit-animation: gradientBG 2s ease-out infinite; -o-animation: gradientBG 2s ease-out infinite; animation: gradientBG 2s ease-out infinite; }

/*新闻详情*/
.news-detail-page .news-top .news-title { font-size: 24px; color: #333333; }
@media (min-width: 1400px) { .news-detail-page .news-top .news-title { font-size: 32px; } }
.news-detail-page .news-top .news-meta { color: #999999; line-height: 2; }
.news-detail-page .news-img { background-color: #f0f0f0; border-radius: 5px; }
.news-detail-page .news-content { color: #666666; line-height: 2; }
.news-detail-page .news-content img { max-width: 100%; }
@media (min-width: 1400px) { .news-detail-page .news-right { padding-left: 20px; } }
.news-detail-page .news-right .wiget-box { border: 1px solid #eeeeee; }
.news-detail-page .news-right .wiget-box .head .head-name { font-size: 18px; font-weight: bold; color: #333333; }
.news-detail-page .news-right .wiget-box .head .head-name::before { content: ''; display: inline-block; vertical-align: middle; width: 4px; height: 20px; background-image: -moz-linear-gradient(90deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(90deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(90deg, #e34b09 0%, #fca158 100%); margin-right: 10px; }
.news-detail-page .news-right .tags .tag { padding: .3rem .6rem; font-size: 14px; background-color: #f7f8fa; border-radius: 3px; margin: 6px 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-detail-page .news-right .tags .tag:hover { background-color: #dbdddf; }
.news-detail-page .news-right .wiget-catelist li { line-height: 2; padding: .5rem; font-size: 18px; position: relative; }
.news-detail-page .news-right .wiget-catelist li a { display: block; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-detail-page .news-right .wiget-catelist li:not(:last-child)::after, .news-detail-page .news-right .wiget-catelist li:not(:last-child)::before { content: ''; display: block; position: absolute; width: 100%; height: 1px; background-color: #eeeeee; left: 0; bottom: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.news-detail-page .news-right .wiget-catelist li::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-detail-page .news-right .wiget-catelist li:last-child { border-bottom: none; }
.news-detail-page .news-right .wiget-catelist li:hover::before { -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-detail-page .news-right .wiget-catelist li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.news-detail-page .news-right .prev_next { border-top: 1px solid #ededed; padding-top: 1.5rem; }
.news-detail-page .news-right .prev_next .page-a { border: 1px solid #efefef; border-radius: 5px; padding: 1rem; color: #666666; margin-bottom: 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; overflow: hidden; }
.news-detail-page .news-right .prev_next .page-a::before, .news-detail-page .news-right .prev_next .page-a::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.news-detail-page .news-right .prev_next .page-a::before { z-index: -1; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); }
.news-detail-page .news-right .prev_next .page-a::after { z-index: 1; background: url("../Image/bg-dot-white.png"); opacity: .15; }
.news-detail-page .news-right .prev_next .page-a a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 2; }
.news-detail-page .news-right .prev_next .page-a:hover { color: #ffffff; }
.news-detail-page .news-right .prev_next .page-a:hover::before, .news-detail-page .news-right .prev_next .page-a:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.news-detail-page .news-right .prev_next .page-a:hover a { color: #ffffff; }

.ratio-system { --mdb-aspect-ratio: calc(11 / 10 * 100%); }
@media (max-width: 575.98px) { .ratio-system { --mdb-aspect-ratio: calc(11 / 8 * 100%); } }

.ratio-25x69 { --mdb-aspect-ratio: calc(25 / 69 * 100%); }

.system-box .sys-item { position: relative; }
.system-box .sys-item .item-icon { width: 60px; height: 60px; position: relative; -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }
.system-box .sys-item .item-icon img { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; filter: drop-shadow(0px 8px 7px rgba(47, 47, 47, 0.1)); }
.system-box .sys-item .item-cn-name { font-size: 30px; color: #4d4d4d; line-height: 2; -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }
.system-box .sys-item .item-cn-name::after { content: ''; display: block; width: 2rem; height: 2px; background-color: CurrentColor; margin: 1.2rem auto; }
.system-box .sys-item .item-en-name { color: #d0d0d0; text-transform: uppercase; -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }
@media (min-width: 1200px) { .system-box .sys-item .item-en-name { width: 70%; } }
.system-box .sys-item .item-overlay { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; width: 100%; z-index: 2; border-radius: 5px; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); }
@media (min-width: 768px) { .system-box .sys-item .item-overlay { width: calc(200% + 15px); } }
@media (min-width: 1024px) { .system-box .sys-item .item-overlay { width: calc(200% + 25px); } }
@media (min-width: 1200px) { .system-box .sys-item .item-overlay { width: calc(200% + 35px); } }
.system-box .sys-item .item-overlay::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url("../Image/bg-dot-white.png") 0 0 no-repeat; opacity: .13; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.system-box .sys-item .item-overlay .overlay-wrap { width: 100%; height: 100%; padding: 6%; color: #ffffff; position: relative; }
.system-box .sys-item .item-overlay .overlay-wrap .item-head .head-name .cn-name { font-size: 30px; }
.system-box .sys-item .item-overlay .overlay-wrap .item-head .head-name .cn-name::after { content: ''; display: inline-block; vertical-align: middle; margin-left: 10px; height: 2px; background-color: CurrentColor; width: 2rem; }
.system-box .sys-item .item-overlay .overlay-wrap .item-head .head-name .en-name { font-size: 14px; text-transform: uppercase; }
.system-box .sys-item .item-overlay .overlay-wrap .item-head .head-icon { width: 60px; height: 60px; position: relative; }
.system-box .sys-item .item-overlay .overlay-wrap .item-head .head-icon img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; filter: grayscale(100%) brightness(100); }
.system-box .sys-item .item-overlay .overlay-wrap .item-content { line-height: 2; }
.system-box .sys-item:last-child .item-overlay { -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; right: 0; left: auto; }
.system-box .sys-item .item-wrap::after { content: attr(data-id); position: absolute; font-size: 220px; font-family: Bahnschrift; font-weight: bold; color: #d0d0d0; opacity: .13; left: 0; line-height: 1; text-align: right; right: 0; bottom: 0; height: 35%; overflow: hidden; margin: auto; }
.system-box .sys-item:hover .item-icon { -webkit-animation-duration: .5s; -moz-animation-duration: .5s; -o-animation-duration: .5s; animation-duration: .5s; -webkit-animation-name: fadeOutDown; -moz-animation-name: fadeOutDown; -o-animation-name: fadeOutDown; animation-name: fadeOutDown; }
.system-box .sys-item:hover .item-cn-name { -webkit-animation-duration: .5s; -moz-animation-duration: .5s; -o-animation-duration: .5s; animation-duration: .5s; -webkit-animation-name: fadeOutDown; -moz-animation-name: fadeOutDown; -o-animation-name: fadeOutDown; animation-name: fadeOutDown; -webkit-animation-delay: .1s; -moz-animation-delay: .1s; -o-animation-delay: .1s; animation-delay: .1s; }
.system-box .sys-item:hover .item-en-name { -webkit-animation-duration: .5s; -moz-animation-duration: .5s; -o-animation-duration: .5s; animation-duration: .5s; -webkit-animation-name: fadeOutDown; -moz-animation-name: fadeOutDown; -o-animation-name: fadeOutDown; animation-name: fadeOutDown; -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s; }
.system-box .sys-item:hover .item-overlay { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-animation-delay: .1s; -moz-animation-delay: .1s; -o-animation-delay: .1s; animation-delay: .1s; }
.system-box .sys-item:hover .item-overlay::after { -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -o-animation-delay: 0s; animation-delay: 0s; background-repeat: repeat; }
.system-box .sys-item:hover .item-overlay .item-head .head-name .cn-name { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-delay: .1s; -moz-animation-delay: .1s; -o-animation-delay: .1s; animation-delay: .1s; }
.system-box .sys-item:hover .item-overlay .item-head .head-name .en-name { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s; }
.system-box .sys-item:hover .item-overlay .item-head .head-icon { -webkit-animation-name: zoomIn; -moz-animation-name: zoomIn; -o-animation-name: zoomIn; animation-name: zoomIn; }
.system-box .sys-item:hover .item-overlay .item-content { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-delay: .25s; -moz-animation-delay: .25s; -o-animation-delay: .25s; animation-delay: .25s; }
.system-box .sys-item:hover:last-child .item-overlay { -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }

.system-swiper { position: relative; padding-bottom: 2.5rem; }
.system-swiper .w-scrollbar { position: absolute; left: 0; bottom: 3px; z-index: 50; height: 1px; width: 100%; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }
.system-swiper .w-scrollbar .swiper-scrollbar-drag { height: 5px; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); width: 100%; position: relative; left: 0; top: -2px; border-radius: 0; -webkit-animation: gradientBG 2s ease-out infinite; -o-animation: gradientBG 2s ease-out infinite; animation: gradientBG 2s ease-out infinite; }

.equipment-box .item { overflow: hidden; }
.equipment-box .item .ratio { overflow: hidden; }
.equipment-box .item .overlay { position: absolute; opacity: 0; -webkit-transition: transform .3s,opacity .5s; -moz-transition: transform .3s,opacity .5s; -ms-transition: transform .3s,opacity .5s; -o-transition: transform .3s,opacity .5s; transition: transform .5s,opacity .3s; -webkit-transform: scale(2) skew(10deg); -moz-transform: scale(2) skew(10deg); -ms-transform: scale(2) skew(10deg); -o-transform: scale(2) skew(10deg); transform: scale(2) skew(10deg); }
.equipment-box .item .overlay .overlay-wrap { position: relative; z-index: 2; text-align: center; }
.equipment-box .item .overlay .overlay-wrap::before { content: ''; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); display: block; width: 100%; left: 0; right: 0; height: 100%; position: absolute; top: 0; opacity: .9; }
.equipment-box .item .overlay .overlay-wrap::after { content: ''; display: block; background: url("../Image/bg-dot-white.png"); opacity: .15; width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 0; }
.equipment-box .item .overlay .overlay-wrap .item-icon { margin: 1rem; position: relative; }
.equipment-box .item .overlay .overlay-wrap .item-icon svg { width: 50px; height: 50px; }
.equipment-box .item .overlay .overlay-wrap .item-icon svg path { fill: #ffffff; }
.equipment-box .item .overlay .overlay-wrap .item-name { position: relative; font-size: 20px; line-height: 2; color: #ffffff; }
.equipment-box .item:hover .overlay { transform: scale(1) skew(0); opacity: 1; }

.saleafter-box .item .item-wrap { -webkit-transition: transform .5s,box-shadow 1s; -moz-transition: transform .5s,box-shadow 1s; -ms-transition: transform .5s,box-shadow 1s; -o-transition: transform .5s,box-shadow 1s; transition: transform .5s,box-shadow 1s; }
.saleafter-box .item .item-icon { width: 85px; height: 85px; padding-right: 15px; position: relative; margin-bottom: 1rem; }
.saleafter-box .item .item-icon .icon-wrap { position: relative; width: 70px; height: 70px; }
.saleafter-box .item .item-icon .icon-wrap svg { width: 45%; height: auto; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.saleafter-box .item .item-icon::after { content: ''; display: block; position: absolute; margin: auto; width: 100%; height: 100%; top: -7.5px; left: -7.5px; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); opacity: .2; border-radius: 50%; }
.saleafter-box .item .item-name { font-size: 22px; line-height: 2; color: #333333; }
.saleafter-box .item .item-line { height: 2px; width: 10%; margin: 1rem auto; }
.saleafter-box .item .item-content { color: #666666; line-height: 1.8; }
.saleafter-box .item:hover .item-wrap { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }

.preview-swiper { position: relative; z-index: 0; }
.preview-swiper .swiper-slide.has-video { position: relative; cursor: pointer; }
.preview-swiper .swiper-slide.has-video .play-btn { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); }
.preview-swiper .swiper-slide.has-video .play-btn svg { width: 60px; height: 60px; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; }
.preview-swiper .swiper-slide.has-video .play-btn svg path { fill: #ffffff; }
.preview-swiper .swiper-slide .thumb-img { cursor: pointer; background-color: #000000; }
.preview-swiper .swiper-slide .thumb-img img { opacity: .4; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.preview-swiper .swiper-slide.swiper-slide-thumb-active .thumb-img img { opacity: 1; }

.goods-top { position: relative; }
.goods-top .top-overlay { z-index: 2; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
@media (max-width: 991.98px) { .goods-top .top-overlay { position: relative; } }
.goods-top .top-overlay .top-box { position: relative; overflow: hidden; }
.goods-top .top-overlay .top-box .head .goods-title { font-weight: bold; color: #333333; font-size: 42px; line-height: 1; }
@media (max-width: 991.98px) { .goods-top .top-overlay .top-box .head .goods-title { font-size: 36px; } }
@media (max-width: 767.98px) { .goods-top .top-overlay .top-box .head .goods-title { font-size: 32px; } }
@media (max-width: 575.98px) { .goods-top .top-overlay .top-box .head .goods-title { font-size: 28px; } }
.goods-top .top-overlay .top-box .head .goods-en-title { font-weight: 100; color: #999999; font-size: 20px; text-transform: uppercase; letter-spacing: 2px; line-height: 2; }
.goods-top .top-overlay .top-box .head .play-btn { width: 72px; height: 72px; border-radius: 50%; position: relative; background: url("../Image/icon-play.png") center/cover no-repeat; box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.1); }
@media (max-width: 991.98px) { .goods-top .top-overlay .top-box .head .play-btn { width: 60px; height: 60px; } }
@media (max-width: 575.98px) { .goods-top .top-overlay .top-box .head .play-btn { width: 42px; height: 42px; } }
.goods-top .top-overlay .top-box .top-line { display: flex; }
.goods-top .top-overlay .top-box .top-line::before, .goods-top .top-overlay .top-box .top-line::after { content: ''; display: block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); }
.goods-top .top-overlay .top-box .top-line::before { height: 5px; width: 70px; }
.goods-top .top-overlay .top-box .top-line::after { width: 120px; height: 1px; }
.goods-top .top-overlay .top-box .top-content { color: #333333; line-height: 2; }
.goods-top .top-overlay .top-box .top-brief { color: #999999; line-height: 2; }
.goods-top .top-overlay .top-box .top-tools .tool-btn { display: inline-block; padding: .5rem 1.5rem; color: var(--theme-color); border: 1px solid var(--theme-color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 767.98px) { .goods-top .top-overlay .top-box .top-tools .tool-btn { padding: .3rem 1rem; font-size: 14px; } }
.goods-top .top-overlay .top-box .top-tools .tool-btn svg { width: 20px; height: auto; fill: currentColor; display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.goods-top .top-overlay .top-box .top-tools .tool-btn:hover { background-color: var(--theme-color); background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); color: #ffffff; }
.goods-top .top-overlay .top-box .circle { width: 186px; height: 186px; position: absolute; right: -50px; bottom: -70px; opacity: .12; }
.goods-top .top-overlay .top-box .circle .gradient-circle { padding: 30px; }

.contact-box .contact-item .item-head .head-icon { margin-right: 15px; }
.contact-box .contact-item .item-head .head-icon svg { width: 42px; height: 42px; }
@media (max-width: 575.98px) { .contact-box .contact-item .item-head .head-icon { margin-right: 8px; }
  .contact-box .contact-item .item-head .head-icon svg { width: 32px; height: 32px; } }
.contact-box .contact-item .item-head .head-name { font-size: 20px; display: inline-block; background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.contact-box .contact-item .item-body p { color: #666666; line-height: 32px; }
.contact-box .contact-item .item-body .qrcodes .qrcode-item { width: 120px; height: 120px; }
.contact-box .item { background-color: #ffffff; padding: .5rem 1rem; }

.link-box .item { position: relative;     /*&amp;:nth-child(odd){ .item-wrap{ .item-icon{ .icon-wrap{ .icon-top{ top: -4px; left: -4px; } .icon-bottom{ bottom: 2px; right: 2px; } } } }
 }*/ /*&amp;:nth-child(even){ .item-wrap{ .item-icon{ .icon-wrap{ .icon-top{ top: -4px; right: -4px; } .icon-bottom{ bottom: 2px; left: 2px; } } } }
}*/ }
.link-box .item .item-wrap { position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.link-box .item .item-wrap .item-right { width: 60px; height: 60px; }
.link-box .item .item-wrap .item-right img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.link-box .item::before, .link-box .item::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.link-box .item::before { background-image: -moz-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(-180deg, #e34b09 0%, #fca158 100%); }
.link-box .item::after { background: url("../Image/bg-dot-white.png"); opacity: .15; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.link-box .item:hover::before, .link-box .item:hover::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.link-box .item:hover .item-wrap { color: #ffffff; }
.link-box .item:hover .item-wrap img { opacity: .55; }

.form-outline .form-control:focus ~ .form-label { color: var(--theme-color); }
.form-outline .form-control:focus ~ .form-notch .form-notch-leading { border-color: var(--theme-color); }
.form-outline .form-control:focus ~ .form-notch .form-notch-middle { border-color: var(--theme-color); }
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing { border-color: var(--theme-color); }
</pre></body></html>